(111.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (97.5ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateQuizzesLevels (20160816202207)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202207"]]  (98.6ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", 2016-08-16 20:26:22 UTC], ["updated_at", 2016-08-16 20:26:22 UTC]]  (99.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", :environment]] ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", :environment]] ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", :environment]]  (98.6ms) CREATE TABLE "quizzes_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "question_id" integer, "correct" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (99.9ms) CREATE INDEX "index_quizzes_answers_on_question_id" ON "quizzes_answers" ("question_id")  (116.3ms) CREATE TABLE "quizzes_game_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "game_id" integer, "question_id" integer, "seed_to_shuffle_answers" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (116.4ms) CREATE INDEX "index_quizzes_game_questions_on_game_id" ON "quizzes_game_questions" ("game_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_game_id' AND type='index'   (99.1ms) CREATE INDEX "index_quizzes_game_questions_on_question_id" ON "quizzes_game_questions" ("question_id")  (100.7ms) CREATE TABLE "quizzes_games" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (91.5ms) CREATE INDEX "index_quizzes_games_on_level_id" ON "quizzes_games" ("level_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_level_id' AND type='index'   (74.3ms) CREATE INDEX "index_quizzes_games_on_user_id" ON "quizzes_games" ("user_id")  (74.6ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (83.0ms) CREATE TABLE "quizzes_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (74.8ms) CREATE INDEX "index_quizzes_questions_on_level_id" ON "quizzes_questions" ("level_id")  (107.9ms) CREATE TABLE "quizzes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "points" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (107.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT version FROM "schema_migrations"  (108.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20160816213825')  (107.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", 2016-08-16 22:26:25 UTC], ["updated_at", 2016-08-16 22:26:25 UTC]]  (106.5ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateQuizzesLevels (20160816202207)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", :environment]] ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", :environment]] ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", :environment]]  (78.6ms) CREATE TABLE "quizzes_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "question_id" integer, "correct" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (99.9ms) CREATE INDEX "index_quizzes_answers_on_question_id" ON "quizzes_answers" ("question_id")  (91.5ms) CREATE TABLE "quizzes_game_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "game_id" integer, "question_id" integer, "seed_to_shuffle_answers" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (83.3ms) CREATE INDEX "index_quizzes_game_questions_on_game_id" ON "quizzes_game_questions" ("game_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_game_id' AND type='index'   (91.1ms) CREATE INDEX "index_quizzes_game_questions_on_question_id" ON "quizzes_game_questions" ("question_id")  (116.5ms) CREATE TABLE "quizzes_games" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (116.4ms) CREATE INDEX "index_quizzes_games_on_level_id" ON "quizzes_games" ("level_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_level_id' AND type='index'   (116.1ms) CREATE INDEX "index_quizzes_games_on_user_id" ON "quizzes_games" ("user_id")  (116.4ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (116.1ms) CREATE TABLE "quizzes_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (108.1ms) CREATE INDEX "index_quizzes_questions_on_level_id" ON "quizzes_questions" ("level_id")  (108.1ms) CREATE TABLE "quizzes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "points" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (109.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT version FROM "schema_migrations"  (74.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20160816213825')  (91.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", 2016-08-16 22:26:59 UTC], ["updated_at", 2016-08-16 22:26:59 UTC]]  (87.0ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (104.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (73.5ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateQuizzesLevels (20160816202207)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202207"]]  (128.8ms) commit transaction Migrating to CreateQuizzesQuestions (20160816211615)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "quizzes_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_quizzes_questions_on_level_id" ON "quizzes_questions" ("level_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211615"]]  (137.8ms) commit transaction Migrating to CreateQuizzesAnswers (20160816211838)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "question_id" integer, "correct" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_quizzes_answers_on_question_id" ON "quizzes_answers" ("question_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211838"]]  (79.5ms) commit transaction Migrating to CreateQuizzesUsers (20160816212850)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "points" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816212850"]]  (97.6ms) commit transaction Migrating to CreateQuizzesGames (20160816213545)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_games" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_games_on_user_id" ON "quizzes_games" ("user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_user_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_games_on_level_id" ON "quizzes_games" ("level_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213545"]]  (95.8ms) commit transaction Migrating to CreateQuizzesGameQuestions (20160816213825)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_game_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "game_id" integer, "question_id" integer, "seed_to_shuffle_answers" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_game_id" ON "quizzes_game_questions" ("game_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_game_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_question_id" ON "quizzes_game_questions" ("question_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213825"]]  (96.8ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", 2016-08-16 22:28:56 UTC], ["updated_at", 2016-08-16 22:28:56 UTC]]  (98.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_answers_on_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_answers_on_question_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_question_id' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_game_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_level_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_user_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_questions_on_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_questions_on_level_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (123.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (108.0ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.9ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (91.5ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (91.4ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (83.0ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (108.2ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (97.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (100.1ms) DELETE FROM "quizzes_levels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (100.1ms) DELETE FROM "quizzes_questions";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (100.1ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (74.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (91.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (91.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (76.1ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.9ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:40 UTC], ["updated_at", 2016-08-16 22:48:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 2], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 2 AND ("quizzes_questions"."id" != 21)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" IN (1, 2) OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 22:48:41 UTC], ["updated_at", 2016-08-16 22:48:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (106.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.7ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.4ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (108.2ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (92.6ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.6ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (91.5ms) DELETE FROM "quizzes_game_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:36 UTC], ["updated_at", 2016-08-16 23:08:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 2], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 2 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" IN (1, 2) OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:37 UTC], ["updated_at", 2016-08-16 23:08:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-16 23:08:38 UTC], ["updated_at", 2016-08-16 23:08:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (92.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (108.2ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (100.9ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:09:08 UTC], ["updated_at", 2016-08-16 23:09:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 2], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 2 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" IN (1, 2) OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:09 UTC], ["updated_at", 2016-08-16 23:09:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-16 23:09:10 UTC], ["updated_at", 2016-08-16 23:09:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (87.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.7ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.9ms) DELETE FROM "quizzes_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.6ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (83.2ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 2], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 2 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" IN (1, 2) OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:18 UTC], ["updated_at", 2016-08-16 23:11:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-16 23:11:19 UTC], ["updated_at", 2016-08-16 23:11:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (72.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (75.0ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (83.0ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (91.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.8ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.9ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (5.7ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 2], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 2 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.3ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" IN (1, 2) OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:08 UTC], ["updated_at", 2016-08-17 00:50:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 00:50:09 UTC], ["updated_at", 2016-08-17 00:50:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (104.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.9ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (100.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (125.5ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (91.4ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:50 UTC], ["updated_at", 2016-08-17 01:31:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 2], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 2 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" IN (1, 2) OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:31:51 UTC], ["updated_at", 2016-08-17 01:31:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (107.5ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.7ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.5ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (91.4ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (109.2ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.6ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.7ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.6ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:23 UTC], ["updated_at", 2016-08-17 01:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 2], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 2 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" IN (1, 2) OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 01:33:24 UTC], ["updated_at", 2016-08-17 01:33:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (98.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.6ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (91.4ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:34:38 UTC], ["updated_at", 2016-08-17 01:34:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:34:38 UTC], ["updated_at", 2016-08-17 01:34:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:38 UTC], ["updated_at", 2016-08-17 01:34:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:38 UTC], ["updated_at", 2016-08-17 01:34:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:34:39 UTC], ["updated_at", 2016-08-17 01:34:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 2], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 2 AND ("quizzes_questions"."id" != 21)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" IN (1, 2) OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 01:34:40 UTC], ["updated_at", 2016-08-17 01:34:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (98.1ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.9ms) DELETE FROM "quizzes_levels";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (149.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (183.4ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (92.6ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.5ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:42 UTC], ["updated_at", 2016-08-17 02:03:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? [["question_id", 1], ["correct", true]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 2], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 2 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" IN (1, 2) OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:03:43 UTC], ["updated_at", 2016-08-17 02:03:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? [["question_id", 1], ["correct", true]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (97.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.9ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (133.7ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (100.9ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.8ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (83.1ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (91.5ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? [["question_id", 1], ["correct", true]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:48 UTC], ["updated_at", 2016-08-17 02:04:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 2], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 2 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" IN (1, 2) OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 02:04:49 UTC], ["updated_at", 2016-08-17 02:04:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? [["question_id", 1], ["correct", true]] ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (252.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (197.9ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (92.5ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.6ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (91.4ms) DELETE FROM "quizzes_game_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:07:14 UTC], ["updated_at", 2016-08-17 02:07:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? [["question_id", 1], ["correct", true]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? [["question_id", 1], ["correct", true]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? [["question_id", 1], ["correct", true]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? [["question_id", 1], ["correct", true]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 2], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 2 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" IN (1, 2) OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.0ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:07:15 UTC], ["updated_at", 2016-08-17 02:07:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 02:07:16 UTC], ["updated_at", 2016-08-17 02:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? [["question_id", 1], ["correct", true]] ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (92.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.6ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (116.6ms) DELETE FROM "quizzes_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (116.4ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.8ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 2], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 2 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" IN (1, 2) OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:20 UTC], ["updated_at", 2016-08-17 02:08:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 02:08:21 UTC], ["updated_at", 2016-08-17 02:08:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (138.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (98.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (83.1ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.9ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (83.2ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (102.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (96.6ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.4ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 20:12:26 UTC], ["updated_at", 2016-08-17 20:12:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (6.6ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 2], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 2 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" IN (1, 2) OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:27 UTC], ["updated_at", 2016-08-17 20:12:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:12:28 UTC], ["updated_at", 2016-08-17 20:12:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (100.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (100.0ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (74.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (83.1ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.2ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:06 UTC], ["updated_at", 2016-08-17 20:15:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 20:15:07 UTC], ["updated_at", 2016-08-17 20:15:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (93.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.7ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.5ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.9ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.8ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.6ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:23:00 UTC], ["updated_at", 2016-08-17 20:23:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:23:01 UTC], ["updated_at", 2016-08-17 20:23:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (102.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.9ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (100.0ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (91.4ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (82.9ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (101.1ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (91.4ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:15 UTC], ["updated_at", 2016-08-17 20:26:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) [1mSAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:16 UTC], ["updated_at", 2016-08-17 20:26:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:17 UTC], ["updated_at", 2016-08-17 20:26:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (103.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.9ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.5ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (91.4ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (149.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (83.0ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.3ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:27 UTC], ["updated_at", 2016-08-17 20:26:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (2.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:28 UTC], ["updated_at", 2016-08-17 20:26:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 20:26:29 UTC], ["updated_at", 2016-08-17 20:26:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (100.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.7ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.6ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.8ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.5ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.7ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.6ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:38 UTC], ["updated_at", 2016-08-17 20:26:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:39 UTC], ["updated_at", 2016-08-17 20:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 20:26:40 UTC], ["updated_at", 2016-08-17 20:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (103.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.7ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.6ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (82.9ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (83.1ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:57 UTC], ["updated_at", 2016-08-17 20:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:26:58 UTC], ["updated_at", 2016-08-17 20:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 20:26:59 UTC], ["updated_at", 2016-08-17 20:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (83.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (83.2ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (108.1ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (109.4ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (91.4ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (91.4ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (83.0ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:41:39 UTC], ["updated_at", 2016-08-17 20:41:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (2.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:41:40 UTC], ["updated_at", 2016-08-17 20:41:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:41:41 UTC], ["updated_at", 2016-08-17 20:41:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (87.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.9ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (92.4ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (108.1ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (91.3ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.6ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.2ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:42:01 UTC], ["updated_at", 2016-08-17 20:42:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (2.3ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:42:02 UTC], ["updated_at", 2016-08-17 20:42:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (96.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.3ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (108.2ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (133.1ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:32 UTC], ["updated_at", 2016-08-17 20:44:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:44:33 UTC], ["updated_at", 2016-08-17 20:44:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:44:34 UTC], ["updated_at", 2016-08-17 20:44:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:44:34 UTC], ["updated_at", 2016-08-17 20:44:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:44:34 UTC], ["updated_at", 2016-08-17 20:44:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (114.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (101.2ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (83.0ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (116.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (74.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.0ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:46:36 UTC], ["updated_at", 2016-08-17 20:46:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.2ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:46:37 UTC], ["updated_at", 2016-08-17 20:46:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (97.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.8ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (83.2ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (116.5ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.8ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (120.3ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.4ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:48 UTC], ["updated_at", 2016-08-17 20:47:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (1.9ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms)[0m SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:47:49 UTC], ["updated_at", 2016-08-17 20:47:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (108.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.4ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (83.1ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (116.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (124.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.6ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (4.7ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:18 UTC], ["updated_at", 2016-08-17 20:49:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.4ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:19 UTC], ["updated_at", 2016-08-17 20:49:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:49:20 UTC], ["updated_at", 2016-08-17 20:49:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (167.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.4ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (90.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (342.1ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (83.0ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.9ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:22 UTC], ["updated_at", 2016-08-17 20:50:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (2.3ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 20:50:23 UTC], ["updated_at", 2016-08-17 20:50:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (107.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.6ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.3ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (100.9ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:29:16 UTC], ["updated_at", 2016-08-17 21:29:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21) Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" WHERE "quizzes_levels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 21:29:17 UTC], ["updated_at", 2016-08-17 21:29:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (112.7ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.1ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (108.3ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.8ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (5.3ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.5ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (2.7ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (1.8ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:34 UTC], ["updated_at", 2016-08-17 21:41:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 21:41:35 UTC], ["updated_at", 2016-08-17 21:41:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (95.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.8ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.7ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (91.4ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (108.2ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:46 UTC], ["updated_at", 2016-08-17 21:46:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 21:46:47 UTC], ["updated_at", 2016-08-17 21:46:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (102.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.9ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.5ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (91.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (91.5ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (83.1ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (6.0ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:23 UTC], ["updated_at", 2016-08-17 21:47:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 21:47:24 UTC], ["updated_at", 2016-08-17 21:47:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (86.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.8ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (83.3ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (108.1ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.9ms) DELETE FROM "quizzes_users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (116.5ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (91.2ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.4ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:38 UTC], ["updated_at", 2016-08-17 21:51:38 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 21:51:39 UTC], ["updated_at", 2016-08-17 21:51:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (156.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (92.5ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.9ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:56 UTC], ["updated_at", 2016-08-17 22:10:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:10:57 UTC], ["updated_at", 2016-08-17 22:10:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (101.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.9ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.7ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (91.4ms) DELETE FROM "quizzes_users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (107.9ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (91.3ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.5ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 15], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 7], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 8], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 20], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 2], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 17], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 16], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 10], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 14], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 13], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 5], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 11], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.5ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 3], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 1], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 12], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 19], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 18], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 9], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 4], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]] SQL (0.1ms) INSERT INTO "quizzes_game_questions" ("game_id", "question_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["game_id", 1], ["question_id", 6], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.4ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:46 UTC], ["updated_at", 2016-08-17 22:16:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (2.2ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:16:47 UTC], ["updated_at", 2016-08-17 22:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (100.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.9ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.6ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.6ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.6ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.5ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.4ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:30 UTC], ["updated_at", 2016-08-17 22:19:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:19:31 UTC], ["updated_at", 2016-08-17 22:19:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (102.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.6ms) DELETE FROM "quizzes_levels";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.6ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.8ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.6ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (91.4ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:18 UTC], ["updated_at", 2016-08-17 22:29:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:29:19 UTC], ["updated_at", 2016-08-17 22:29:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (104.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.7ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.2ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (91.5ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (108.1ms) DELETE FROM "quizzes_users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (107.9ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (91.4ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (5.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:15 UTC], ["updated_at", 2016-08-17 22:30:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:30:16 UTC], ["updated_at", 2016-08-17 22:30:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (98.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.4ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (108.2ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (91.3ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (91.4ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.6ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (109.4ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:06 UTC], ["updated_at", 2016-08-17 22:36:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:36:07 UTC], ["updated_at", 2016-08-17 22:36:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (103.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.8ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.9ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (101.1ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (83.1ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (116.5ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:38:21 UTC], ["updated_at", 2016-08-17 22:38:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:22 UTC], ["updated_at", 2016-08-17 22:38:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:38:23 UTC], ["updated_at", 2016-08-17 22:38:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (108.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.9ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.9ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.6ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (91.4ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (91.4ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:17 UTC], ["updated_at", 2016-08-17 22:39:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.0ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (2.2ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:39:18 UTC], ["updated_at", 2016-08-17 22:39:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (109.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.4ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (91.5ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (108.1ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (91.2ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (2.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:57 UTC], ["updated_at", 2016-08-17 22:39:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:39:58 UTC], ["updated_at", 2016-08-17 22:39:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (101.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.4ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.3ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (91.4ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (108.3ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.4ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:40:28 UTC], ["updated_at", 2016-08-17 22:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (1.9ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:40:29 UTC], ["updated_at", 2016-08-17 22:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (107.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (83.2ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (83.1ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (91.4ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (4.9ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.5ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:28 UTC], ["updated_at", 2016-08-17 22:41:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (1.9ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:29 UTC], ["updated_at", 2016-08-17 22:41:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (97.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.9ms) DELETE FROM "quizzes_levels";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.6ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.6ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (91.4ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.9ms) DELETE FROM "quizzes_game_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:42 UTC], ["updated_at", 2016-08-17 22:41:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-17 22:41:43 UTC], ["updated_at", 2016-08-17 22:41:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (101.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (108.2ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (91.4ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.8ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.6ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.2ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:46 UTC], ["updated_at", 2016-08-19 01:39:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:39:47 UTC], ["updated_at", 2016-08-19 01:39:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:39:48 UTC], ["updated_at", 2016-08-19 01:39:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (102.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.9ms) DELETE FROM "quizzes_levels";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.6ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.6ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 01:40:28 UTC], ["updated_at", 2016-08-19 01:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:28 UTC], ["updated_at", 2016-08-19 01:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:28 UTC], ["updated_at", 2016-08-19 01:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:28 UTC], ["updated_at", 2016-08-19 01:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 01:40:28 UTC], ["updated_at", 2016-08-19 01:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:28 UTC], ["updated_at", 2016-08-19 01:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:28 UTC], ["updated_at", 2016-08-19 01:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:40:28 UTC], ["updated_at", 2016-08-19 01:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:40:28 UTC], ["updated_at", 2016-08-19 01:40:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:40:28 UTC], ["updated_at", 2016-08-19 01:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:28 UTC], ["updated_at", 2016-08-19 01:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:28 UTC], ["updated_at", 2016-08-19 01:40:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (6.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:29 UTC], ["updated_at", 2016-08-19 01:40:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:40:30 UTC], ["updated_at", 2016-08-19 01:40:30 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (96.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.4ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (124.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (124.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.9ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.5ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:44 UTC], ["updated_at", 2016-08-19 01:44:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 01:44:45 UTC], ["updated_at", 2016-08-19 01:44:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (100.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (91.2ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (116.6ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:05:07 UTC], ["updated_at", 2016-08-19 02:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.5ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.6ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:05:08 UTC], ["updated_at", 2016-08-19 02:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:05:09 UTC], ["updated_at", 2016-08-19 02:05:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:05:09 UTC], ["updated_at", 2016-08-19 02:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:09 UTC], ["updated_at", 2016-08-19 02:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:09 UTC], ["updated_at", 2016-08-19 02:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:05:09 UTC], ["updated_at", 2016-08-19 02:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:05:09 UTC], ["updated_at", 2016-08-19 02:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:05:09 UTC], ["updated_at", 2016-08-19 02:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:09 UTC], ["updated_at", 2016-08-19 02:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:09 UTC], ["updated_at", 2016-08-19 02:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:05:09 UTC], ["updated_at", 2016-08-19 02:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:05:09 UTC], ["updated_at", 2016-08-19 02:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:05:09 UTC], ["updated_at", 2016-08-19 02:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:05:09 UTC], ["updated_at", 2016-08-19 02:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (88.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (101.0ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (116.3ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:19 UTC], ["updated_at", 2016-08-19 02:07:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (2.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:07:20 UTC], ["updated_at", 2016-08-19 02:07:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (117.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.8ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.7ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (117.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:52 UTC], ["updated_at", 2016-08-19 02:14:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:14:53 UTC], ["updated_at", 2016-08-19 02:14:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (118.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.9ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (100.1ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (116.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.6ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (100.9ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:55 UTC], ["updated_at", 2016-08-19 02:20:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 02:20:56 UTC], ["updated_at", 2016-08-19 02:20:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (144.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.8ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.6ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (124.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (91.4ms) DELETE FROM "quizzes_games";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (108.1ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.2ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.0ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:48 UTC], ["updated_at", 2016-08-19 02:25:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:25:49 UTC], ["updated_at", 2016-08-19 02:25:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (111.0ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.6ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.7ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (116.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.9ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (101.2ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.4ms) DELETE FROM "quizzes_game_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:39 UTC], ["updated_at", 2016-08-19 02:26:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:26:40 UTC], ["updated_at", 2016-08-19 02:26:40 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (103.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (92.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.4ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:35:31 UTC], ["updated_at", 2016-08-19 02:35:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:35:31 UTC], ["updated_at", 2016-08-19 02:35:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:35:32 UTC], ["updated_at", 2016-08-19 02:35:32 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (116.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.2ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.7ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (101.0ms) DELETE FROM "quizzes_answers";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:49 UTC], ["updated_at", 2016-08-19 02:38:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms)[0m RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:38:50 UTC], ["updated_at", 2016-08-19 02:38:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (99.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (108.3ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (116.4ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (108.0ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (100.9ms) DELETE FROM "quizzes_users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.2ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:46 UTC], ["updated_at", 2016-08-19 02:45:46 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 02:45:47 UTC], ["updated_at", 2016-08-19 02:45:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 02:45:48 UTC], ["updated_at", 2016-08-19 02:45:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (118.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (116.4ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (116.4ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (116.5ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (116.5ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (116.2ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (134.6ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (5.8ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:20 UTC], ["updated_at", 2016-08-19 03:00:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (2.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 03:00:21 UTC], ["updated_at", 2016-08-19 03:00:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (152.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.6ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (108.0ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.8ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (1.9ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:06 UTC], ["updated_at", 2016-08-19 14:44:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (2.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 14:44:07 UTC], ["updated_at", 2016-08-19 14:44:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (97.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.6ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.9ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.9ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.5ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:21 UTC], ["updated_at", 2016-08-19 15:01:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:01:22 UTC], ["updated_at", 2016-08-19 15:01:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (79.9ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (100.0ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.3ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (108.2ms) DELETE FROM "quizzes_answers";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (117.4ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (116.5ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (116.5ms) DELETE FROM "quizzes_game_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.6ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 15:03:19 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:19 UTC], ["updated_at", 2016-08-19 15:03:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:03:20 UTC], ["updated_at", 2016-08-19 15:03:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (114.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.8ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (83.0ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.9ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.6ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.6ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.6ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (6.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:00 UTC], ["updated_at", 2016-08-19 15:04:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 15:04:01 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:01 UTC], ["updated_at", 2016-08-19 15:04:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:04:02 UTC], ["updated_at", 2016-08-19 15:04:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (89.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.6ms) DELETE FROM "quizzes_levels";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.7ms) DELETE FROM "quizzes_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (83.0ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (150.9ms) DELETE FROM "quizzes_users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (116.4ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (116.4ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.3ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.6ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 15:05:07 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:05:07 UTC], ["updated_at", 2016-08-19 15:05:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:05:08 UTC], ["updated_at", 2016-08-19 15:05:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:05:09 UTC], ["updated_at", 2016-08-19 15:05:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (144.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (83.0ms) DELETE FROM "quizzes_games";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.2ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 15:06:02 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:02 UTC], ["updated_at", 2016-08-19 15:06:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:06:03 UTC], ["updated_at", 2016-08-19 15:06:03 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:06:04 UTC], ["updated_at", 2016-08-19 15:06:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (78.4ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (108.1ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (92.5ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (250.2ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (125.1ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.5ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 15:12:18 UTC], ["updated_at", 2016-08-19 15:12:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 15:12:18 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:19 UTC], ["updated_at", 2016-08-19 15:12:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:12:20 UTC], ["updated_at", 2016-08-19 15:12:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (102.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (83.3ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.8ms) DELETE FROM "quizzes_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (92.5ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (116.4ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 15:14:36 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.7ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (1.9ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:36 UTC], ["updated_at", 2016-08-19 15:14:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:14:37 UTC], ["updated_at", 2016-08-19 15:14:37 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (100.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.9ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (82.9ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (83.1ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (116.4ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (91.5ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (108.1ms) DELETE FROM "quizzes_game_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.3ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 15:16:47 UTC], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.6ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:16:47 UTC], ["updated_at", 2016-08-19 15:16:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:16:48 UTC], ["updated_at", 2016-08-19 15:16:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (101.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.6ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.6ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (91.5ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (108.0ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.6ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (101.0ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.5ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 15:51:19 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:19 UTC], ["updated_at", 2016-08-19 15:51:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (2.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:51:20 UTC], ["updated_at", 2016-08-19 15:51:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (106.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.2ms) DELETE FROM "quizzes_levels";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.4ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (133.2ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (124.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (117.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.6ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 15:52:05 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:05 UTC], ["updated_at", 2016-08-19 15:52:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:52:06 UTC], ["updated_at", 2016-08-19 15:52:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (118.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.7ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.6ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (109.0ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:56:20 UTC], ["updated_at", 2016-08-19 15:56:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:56:20 UTC], ["updated_at", 2016-08-19 15:56:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:20 UTC], ["updated_at", 2016-08-19 15:56:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:20 UTC], ["updated_at", 2016-08-19 15:56:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:20 UTC], ["updated_at", 2016-08-19 15:56:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:56:20 UTC], ["updated_at", 2016-08-19 15:56:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:56:20 UTC], ["updated_at", 2016-08-19 15:56:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:20 UTC], ["updated_at", 2016-08-19 15:56:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 15:56:21 UTC], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (2.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:21 UTC], ["updated_at", 2016-08-19 15:56:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 15:56:22 UTC], ["updated_at", 2016-08-19 15:56:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (170.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (107.6ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.5ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (116.5ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (116.3ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (117.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (116.6ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 16:12:57 UTC], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:12:57 UTC], ["updated_at", 2016-08-19 16:12:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:12:58 UTC], ["updated_at", 2016-08-19 16:12:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:12:59 UTC], ["updated_at", 2016-08-19 16:12:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (112.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.8ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.9ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (133.1ms) DELETE FROM "quizzes_users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.4ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (108.3ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.3ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:42 UTC], ["updated_at", 2016-08-19 16:15:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 16:15:43 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:15:43 UTC], ["updated_at", 2016-08-19 16:15:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:44 UTC], ["updated_at", 2016-08-19 16:15:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:44 UTC], ["updated_at", 2016-08-19 16:15:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:15:44 UTC], ["updated_at", 2016-08-19 16:15:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:15:44 UTC], ["updated_at", 2016-08-19 16:15:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:15:44 UTC], ["updated_at", 2016-08-19 16:15:44 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (97.2ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.6ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.4ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (100.9ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 16:17:18 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:17:18 UTC], ["updated_at", 2016-08-19 16:17:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:19 UTC], ["updated_at", 2016-08-19 16:17:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:20 UTC], ["updated_at", 2016-08-19 16:17:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:17:20 UTC], ["updated_at", 2016-08-19 16:17:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:17:20 UTC], ["updated_at", 2016-08-19 16:17:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:17:20 UTC], ["updated_at", 2016-08-19 16:17:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:20 UTC], ["updated_at", 2016-08-19 16:17:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:20 UTC], ["updated_at", 2016-08-19 16:17:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:17:20 UTC], ["updated_at", 2016-08-19 16:17:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:17:20 UTC], ["updated_at", 2016-08-19 16:17:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:17:20 UTC], ["updated_at", 2016-08-19 16:17:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:17:20 UTC], ["updated_at", 2016-08-19 16:17:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:17:20 UTC], ["updated_at", 2016-08-19 16:17:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:17:20 UTC], ["updated_at", 2016-08-19 16:17:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:17:20 UTC], ["updated_at", 2016-08-19 16:17:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:17:20 UTC], ["updated_at", 2016-08-19 16:17:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:17:20 UTC], ["updated_at", 2016-08-19 16:17:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:17:20 UTC], ["updated_at", 2016-08-19 16:17:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (94.4ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.9ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (101.1ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 16:18:10 UTC], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.5ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:18:10 UTC], ["updated_at", 2016-08-19 16:18:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:18:11 UTC], ["updated_at", 2016-08-19 16:18:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (112.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.7ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (108.0ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.2ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 16:19:19 UTC], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.5ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.6ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:19 UTC], ["updated_at", 2016-08-19 16:19:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:19:20 UTC], ["updated_at", 2016-08-19 16:19:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (108.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.9ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (116.6ms) DELETE FROM "quizzes_users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.6ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (116.3ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:20:02 UTC], ["updated_at", 2016-08-19 16:20:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:20:02 UTC], ["updated_at", 2016-08-19 16:20:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:20:02 UTC], ["updated_at", 2016-08-19 16:20:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (114.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (116.3ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (108.2ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.8ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.5ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:21:10 UTC], ["updated_at", 2016-08-19 16:21:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:21:10 UTC], ["updated_at", 2016-08-19 16:21:10 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:21:10 UTC], ["updated_at", 2016-08-19 16:21:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (91.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.2ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (116.4ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:22:51 UTC], ["updated_at", 2016-08-19 16:22:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:22:51 UTC], ["updated_at", 2016-08-19 16:22:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:22:51 UTC], ["updated_at", 2016-08-19 16:22:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (97.2ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.5ms) DELETE FROM "quizzes_levels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (116.7ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (108.2ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.5ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:23:48 UTC], ["updated_at", 2016-08-19 16:23:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (105.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.7ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (116.5ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (107.9ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (116.5ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (116.4ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.2ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 16:24:09 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:09 UTC], ["updated_at", 2016-08-19 16:24:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:24:10 UTC], ["updated_at", 2016-08-19 16:24:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (100.4ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (117.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (108.1ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.8ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.5ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.2ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.6ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:50 UTC], ["updated_at", 2016-08-19 16:24:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 16:24:51 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:24:51 UTC], ["updated_at", 2016-08-19 16:24:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (96.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.4ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.5ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (108.1ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (116.4ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (108.1ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.6ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:27:50 UTC], ["updated_at", 2016-08-19 16:27:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 16:27:51 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:27:51 UTC], ["updated_at", 2016-08-19 16:27:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:27:52 UTC], ["updated_at", 2016-08-19 16:27:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (92.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.7ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.8ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 16:28:35 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:35 UTC], ["updated_at", 2016-08-19 16:28:35 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (2.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:28:36 UTC], ["updated_at", 2016-08-19 16:28:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (112.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.6ms) DELETE FROM "quizzes_levels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (100.0ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (108.1ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.8ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (108.0ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (100.9ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.2ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.6ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 16:29:55 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:29:55 UTC], ["updated_at", 2016-08-19 16:29:55 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 16:29:56 UTC], ["updated_at", 2016-08-19 16:29:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (85.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.6ms) DELETE FROM "quizzes_levels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (83.6ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (116.5ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.6ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.9ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.8ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:00 UTC], ["updated_at", 2016-08-19 20:41:00 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 20:41:01 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:01 UTC], ["updated_at", 2016-08-19 20:41:01 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:41:02 UTC], ["updated_at", 2016-08-19 20:41:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (151.6ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.1ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.9ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.6ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (83.2ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.2ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.6ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 20:41:21 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.4ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.6ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:21 UTC], ["updated_at", 2016-08-19 20:41:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:22 UTC], ["updated_at", 2016-08-19 20:41:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:41:23 UTC], ["updated_at", 2016-08-19 20:41:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (167.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (83.0ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (74.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (83.1ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.9ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.9ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.9ms) DELETE FROM "quizzes_game_questions";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.7ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.5ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:14 UTC], ["updated_at", 2016-08-19 20:43:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.2ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 20:43:15 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:15 UTC], ["updated_at", 2016-08-19 20:43:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (2.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:43:16 UTC], ["updated_at", 2016-08-19 20:43:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (96.5ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.6ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (84.2ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (116.5ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (124.8ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.6ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.2ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:44:25 UTC], ["updated_at", 2016-08-19 20:44:25 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.2ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 20:44:26 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:44:26 UTC], ["updated_at", 2016-08-19 20:44:26 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:44:27 UTC], ["updated_at", 2016-08-19 20:44:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (84.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (108.2ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (83.1ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (83.1ms) DELETE FROM "quizzes_games";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.6ms) DELETE FROM "quizzes_game_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (2.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:45:58 UTC], ["updated_at", 2016-08-19 20:45:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (2.4ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 20:45:59 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:45:59 UTC], ["updated_at", 2016-08-19 20:45:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (94.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.6ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (83.0ms) DELETE FROM "quizzes_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (108.0ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (100.9ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.6ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.6ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:10 UTC], ["updated_at", 2016-08-19 20:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (2.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (2.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 20:47:11 UTC], ["updated_at", 2016-08-19 20:47:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 20:47:12 UTC], ["updated_at", 2016-08-19 20:47:12 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 20:47:12 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (100.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.1ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.3ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (91.4ms) DELETE FROM "quizzes_users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.6ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (100.9ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.5ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 21:50:52 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 21:50:52 UTC], ["updated_at", 2016-08-19 21:50:52 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 21:50:53 UTC], ["updated_at", 2016-08-19 21:50:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (101.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.6ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.7ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (150.3ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (116.3ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (82.9ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:33:56 UTC], ["updated_at", 2016-08-19 22:33:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:33:56 UTC], ["updated_at", 2016-08-19 22:33:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:33:56 UTC], ["updated_at", 2016-08-19 22:33:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:33:56 UTC], ["updated_at", 2016-08-19 22:33:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:33:56 UTC], ["updated_at", 2016-08-19 22:33:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.5ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.5ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:33:56 UTC], ["updated_at", 2016-08-19 22:33:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:33:56 UTC], ["updated_at", 2016-08-19 22:33:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.6ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:33:56 UTC], ["updated_at", 2016-08-19 22:33:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:33:56 UTC], ["updated_at", 2016-08-19 22:33:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:33:56 UTC], ["updated_at", 2016-08-19 22:33:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:33:56 UTC], ["updated_at", 2016-08-19 22:33:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:33:56 UTC], ["updated_at", 2016-08-19 22:33:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:33:56 UTC], ["updated_at", 2016-08-19 22:33:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 22:33:57 UTC], ["updated_at", 2016-08-19 22:33:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 22:33:57 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:33:57 UTC], ["updated_at", 2016-08-19 22:33:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (99.7ms) CREATE TABLE "quizzes_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "question_id" integer, "correct" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (99.7ms) CREATE INDEX "index_quizzes_answers_on_question_id" ON "quizzes_answers" ("question_id")  (108.2ms) CREATE TABLE "quizzes_game_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "game_id" integer, "question_id" integer, "seed_to_shuffle_answers" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (108.0ms) CREATE INDEX "index_quizzes_game_questions_on_game_id" ON "quizzes_game_questions" ("game_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_game_id' AND type='index'   (82.5ms) CREATE INDEX "index_quizzes_game_questions_on_question_id" ON "quizzes_game_questions" ("question_id")  (99.5ms) CREATE TABLE "quizzes_games" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (99.9ms) CREATE INDEX "index_quizzes_games_on_level_id" ON "quizzes_games" ("level_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_level_id' AND type='index'   (99.0ms) CREATE INDEX "index_quizzes_games_on_user_id" ON "quizzes_games" ("user_id")  (108.0ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (107.6ms) CREATE TABLE "quizzes_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (100.9ms) CREATE INDEX "index_quizzes_questions_on_level_id" ON "quizzes_questions" ("level_id")  (107.9ms) CREATE TABLE "quizzes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "points" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (124.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT version FROM "schema_migrations"  (99.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20160816213825')  (122.6ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", 2016-08-19 22:38:30 UTC], ["updated_at", 2016-08-19 22:38:30 UTC]]  (108.8ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateQuizzesLevels (20160816202207)  (0.1ms) begin transaction  (0.1ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) rollback transaction  (99.2ms) CREATE TABLE "quizzes_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "question_id" integer, "correct" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (91.2ms) CREATE INDEX "index_quizzes_answers_on_question_id" ON "quizzes_answers" ("question_id")  (99.7ms) CREATE TABLE "quizzes_game_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "game_id" integer, "question_id" integer, "seed_to_shuffle_answers" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (99.7ms) CREATE INDEX "index_quizzes_game_questions_on_game_id" ON "quizzes_game_questions" ("game_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_game_id' AND type='index'   (116.1ms) CREATE INDEX "index_quizzes_game_questions_on_question_id" ON "quizzes_game_questions" ("question_id")  (107.7ms) CREATE TABLE "quizzes_games" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (99.7ms) CREATE INDEX "index_quizzes_games_on_level_id" ON "quizzes_games" ("level_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_level_id' AND type='index'   (99.3ms) CREATE INDEX "index_quizzes_games_on_user_id" ON "quizzes_games" ("user_id")  (99.4ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (107.9ms) CREATE TABLE "quizzes_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (108.1ms) CREATE INDEX "index_quizzes_questions_on_level_id" ON "quizzes_questions" ("level_id")  (116.3ms) CREATE TABLE "quizzes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "points" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (116.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT version FROM "schema_migrations"  (83.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20160816213825')  (132.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", 2016-08-19 22:39:19 UTC], ["updated_at", 2016-08-19 22:39:19 UTC]]  (106.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateQuizzesLevels (20160816202207)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) rollback transaction  (95.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (106.6ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateQuizzesLevels (20160816202207)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202207"]]  (96.0ms) commit transaction Migrating to CreateQuizzesQuestions (20160816211615)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "quizzes_level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (0.2ms) CREATE INDEX "index_quizzes_questions_on_quizzes_level_id" ON "quizzes_questions" ("quizzes_level_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211615"]]  (104.6ms) commit transaction Migrating to CreateQuizzesAnswers (20160816211838)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "quizzes_question_id" integer, "correct" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_answers_on_quizzes_question_id" ON "quizzes_answers" ("quizzes_question_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211838"]]  (87.9ms) commit transaction Migrating to CreateQuizzesUsers (20160816212850)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "points" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816212850"]]  (105.5ms) commit transaction Migrating to CreateQuizzesGames (20160816213545)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "quizzes_games" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "quizzes_user_id" integer, "quizzes_level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_games_on_quizzes_user_id" ON "quizzes_games" ("quizzes_user_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_games_on_quizzes_level_id" ON "quizzes_games" ("quizzes_level_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213545"]]  (103.4ms) commit transaction Migrating to CreateQuizzesGameQuestions (20160816213825)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_game_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "quizzes_game_id" integer, "quizzes_question_id" integer, "seed_to_shuffle_answers" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_quizzes_game_id" ON "quizzes_game_questions" ("quizzes_game_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_quizzes_question_id" ON "quizzes_game_questions" ("quizzes_question_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213825"]]  (119.5ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", 2016-08-19 22:40:46 UTC], ["updated_at", 2016-08-19 22:40:46 UTC]]  (106.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_answers_on_quizzes_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_answers_on_quizzes_question_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_question_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_level_id' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_questions_on_quizzes_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_questions_on_quizzes_level_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (120.9ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (109.3ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (108.1ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (108.2ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (107.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 22:40:56 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:56 UTC], ["updated_at", 2016-08-19 22:40:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["quizzes_level_id", 1], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."quizzes_level_id" = 1 OR "quizzes_questions"."quizzes_level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["quizzes_level_id", 1], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."quizzes_question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 22:40:57 UTC], ["updated_at", 2016-08-19 22:40:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (89.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (73.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateQuizzesLevels (20160816202207)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202207"]]  (90.7ms) commit transaction Migrating to CreateQuizzesQuestions (20160816211615)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "quizzes_level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (0.2ms) CREATE INDEX "index_quizzes_questions_on_quizzes_level_id" ON "quizzes_questions" ("quizzes_level_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211615"]]  (112.8ms) commit transaction Migrating to CreateQuizzesAnswers (20160816211838)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "quizzes_question_id" integer, "correct" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_quizzes_answers_on_quizzes_question_id" ON "quizzes_answers" ("quizzes_question_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211838"]]  (96.2ms) commit transaction Migrating to CreateQuizzesUsers (20160816212850)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "points" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816212850"]]  (97.6ms) commit transaction Migrating to CreateQuizzesGames (20160816213545)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_games" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "quizzes_user_id" integer, "quizzes_level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_games_on_quizzes_user_id" ON "quizzes_games" ("quizzes_user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_games_on_quizzes_level_id" ON "quizzes_games" ("quizzes_level_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213545"]]  (95.7ms) commit transaction Migrating to CreateQuizzesGameQuestions (20160816213825)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_game_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "quizzes_game_id" integer, "quizzes_question_id" integer, "seed_to_shuffle_answers" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_quizzes_game_id" ON "quizzes_game_questions" ("quizzes_game_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_quizzes_question_id" ON "quizzes_game_questions" ("quizzes_question_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213825"]]  (95.5ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", 2016-08-19 22:43:41 UTC], ["updated_at", 2016-08-19 22:43:41 UTC]]  (83.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_answers_on_quizzes_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_answers_on_quizzes_question_id' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_question_id' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_level_id' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_questions_on_quizzes_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_questions_on_quizzes_level_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (100.7ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (74.6ms) DELETE FROM "quizzes_levels";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (82.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (116.4ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (74.6ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (74.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (116.4ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.2ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:43:47 UTC], ["updated_at", 2016-08-19 22:43:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 22:43:48 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["quizzes_level_id", 1], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (2.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["quizzes_level_id", 1], ["created_at", 2016-08-19 22:43:48 UTC], ["updated_at", 2016-08-19 22:43:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."quizzes_level_id" = 1 OR "quizzes_questions"."quizzes_level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."quizzes_question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 22:43:49 UTC], ["updated_at", 2016-08-19 22:43:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (91.5ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.9ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.5ms) DELETE FROM "quizzes_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.5ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.5ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:44:31 UTC], ["updated_at", 2016-08-19 22:44:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:44:31 UTC], ["updated_at", 2016-08-19 22:44:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:44:31 UTC], ["updated_at", 2016-08-19 22:44:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:44:31 UTC], ["updated_at", 2016-08-19 22:44:31 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:44:31 UTC], ["updated_at", 2016-08-19 22:44:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:44:31 UTC], ["updated_at", 2016-08-19 22:44:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.6ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:44:31 UTC], ["updated_at", 2016-08-19 22:44:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:44:31 UTC], ["updated_at", 2016-08-19 22:44:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:44:31 UTC], ["updated_at", 2016-08-19 22:44:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:44:31 UTC], ["updated_at", 2016-08-19 22:44:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:44:31 UTC], ["updated_at", 2016-08-19 22:44:31 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 22:44:31 UTC], ["updated_at", 2016-08-19 22:44:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 22:44:31 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:44:31 UTC], ["updated_at", 2016-08-19 22:44:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:44:31 UTC], ["updated_at", 2016-08-19 22:44:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:44:31 UTC], ["updated_at", 2016-08-19 22:44:31 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (172.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (114.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateQuizzesLevels (20160816202207)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202207"]]  (119.2ms) commit transaction Migrating to CreateQuizzesQuestions (20160816211615)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "quizzes_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "quizzes_level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (0.2ms) CREATE INDEX "index_quizzes_questions_on_quizzes_level_id" ON "quizzes_questions" ("quizzes_level_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211615"]]  (96.9ms) commit transaction Migrating to CreateQuizzesAnswers (20160816211838)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "quizzes_question_id" integer, "correct" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_answers_on_quizzes_question_id" ON "quizzes_answers" ("quizzes_question_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211838"]]  (104.5ms) commit transaction Migrating to CreateQuizzesUsers (20160816212850)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "points" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816212850"]]  (105.6ms) commit transaction Migrating to CreateQuizzesGames (20160816213545)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_games" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "quizzes_user_id" integer, "quizzes_level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_games_on_quizzes_user_id" ON "quizzes_games" ("quizzes_user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_games_on_quizzes_level_id" ON "quizzes_games" ("quizzes_level_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213545"]]  (112.5ms) commit transaction Migrating to CreateQuizzesGameQuestions (20160816213825)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_game_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "quizzes_game_id" integer, "quizzes_question_id" integer, "seed_to_shuffle_answers" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_quizzes_game_id" ON "quizzes_game_questions" ("quizzes_game_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_quizzes_question_id" ON "quizzes_game_questions" ("quizzes_question_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213825"]]  (111.8ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", 2016-08-19 22:44:57 UTC], ["updated_at", 2016-08-19 22:44:57 UTC]]  (108.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_answers_on_quizzes_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_answers_on_quizzes_question_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_question_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_level_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_questions_on_quizzes_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_questions_on_quizzes_level_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (100.3ms) DELETE FROM "ar_internal_metadata";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (100.6ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (83.2ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (82.9ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (108.0ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (91.3ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:45:02 UTC], ["updated_at", 2016-08-19 22:45:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.5ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:45:02 UTC], ["updated_at", 2016-08-19 22:45:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 22:45:02 UTC], ["updated_at", 2016-08-19 22:45:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 22:45:02 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.5ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:45:02 UTC], ["updated_at", 2016-08-19 22:45:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:45:02 UTC], ["updated_at", 2016-08-19 22:45:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:45:02 UTC], ["updated_at", 2016-08-19 22:45:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:45:02 UTC], ["updated_at", 2016-08-19 22:45:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:45:02 UTC], ["updated_at", 2016-08-19 22:45:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:45:02 UTC], ["updated_at", 2016-08-19 22:45:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:45:02 UTC], ["updated_at", 2016-08-19 22:45:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:45:02 UTC], ["updated_at", 2016-08-19 22:45:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:45:02 UTC], ["updated_at", 2016-08-19 22:45:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:45:02 UTC], ["updated_at", 2016-08-19 22:45:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:45:02 UTC], ["updated_at", 2016-08-19 22:45:02 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:45:02 UTC], ["updated_at", 2016-08-19 22:45:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (104.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.8ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.7ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (108.1ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (107.9ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (116.3ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (107.9ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:47:10 UTC], ["updated_at", 2016-08-19 22:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:47:10 UTC], ["updated_at", 2016-08-19 22:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 22:47:10 UTC], ["updated_at", 2016-08-19 22:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 22:47:10 UTC], ["updated_at", 2016-08-19 22:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 22:47:10 UTC], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:47:10 UTC], ["updated_at", 2016-08-19 22:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:47:10 UTC], ["updated_at", 2016-08-19 22:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:47:10 UTC], ["updated_at", 2016-08-19 22:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:47:10 UTC], ["updated_at", 2016-08-19 22:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:47:10 UTC], ["updated_at", 2016-08-19 22:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:47:10 UTC], ["updated_at", 2016-08-19 22:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:47:10 UTC], ["updated_at", 2016-08-19 22:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:47:10 UTC], ["updated_at", 2016-08-19 22:47:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:47:10 UTC], ["updated_at", 2016-08-19 22:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:47:10 UTC], ["updated_at", 2016-08-19 22:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 22:47:10 UTC], ["updated_at", 2016-08-19 22:47:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (105.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (108.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateQuizzesLevels (20160816202207)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202207"]]  (100.0ms) commit transaction Migrating to CreateQuizzesQuestions (20160816211615)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "quizzes_level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (0.2ms) CREATE INDEX "index_quizzes_questions_on_quizzes_level_id" ON "quizzes_questions" ("quizzes_level_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211615"]]  (204.9ms) commit transaction Migrating to CreateQuizzesAnswers (20160816211838)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "quizzes_question_id" integer, "correct" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_answers_on_quizzes_question_id" ON "quizzes_answers" ("quizzes_question_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211838"]]  (96.0ms) commit transaction Migrating to CreateQuizzesUsers (20160816212850)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "points" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816212850"]]  (97.0ms) commit transaction Migrating to CreateQuizzesGames (20160816213545)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_games" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "quizzes_user_id" integer, "quizzes_level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_games_on_quizzes_user_id" ON "quizzes_games" ("quizzes_user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_games_on_quizzes_level_id" ON "quizzes_games" ("quizzes_level_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213545"]]  (103.4ms) commit transaction Migrating to CreateQuizzesGameQuestions (20160816213825)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_game_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "quizzes_game_id" integer, "quizzes_question_id" integer, "seed_to_shuffle_answers" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_quizzes_game_id" ON "quizzes_game_questions" ("quizzes_game_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_quizzes_question_id" ON "quizzes_game_questions" ("quizzes_question_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213825"]]  (111.4ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", 2016-08-19 23:02:06 UTC], ["updated_at", 2016-08-19 23:02:06 UTC]]  (97.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_answers_on_quizzes_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_answers_on_quizzes_question_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_question_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_level_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_questions_on_quizzes_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_questions_on_quizzes_level_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (94.2ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (108.2ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (108.1ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (116.4ms) DELETE FROM "quizzes_users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (107.9ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (116.2ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:03:53 UTC], ["updated_at", 2016-08-19 23:03:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:03:53 UTC], ["updated_at", 2016-08-19 23:03:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:03:53 UTC], ["updated_at", 2016-08-19 23:03:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:03:53 UTC], ["updated_at", 2016-08-19 23:03:53 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:03:53 UTC], ["updated_at", 2016-08-19 23:03:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:03:53 UTC], ["updated_at", 2016-08-19 23:03:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 23:03:53 UTC], ["updated_at", 2016-08-19 23:03:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 23:03:53 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:03:53 UTC], ["updated_at", 2016-08-19 23:03:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:03:53 UTC], ["updated_at", 2016-08-19 23:03:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:03:53 UTC], ["updated_at", 2016-08-19 23:03:53 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:03:54 UTC], ["updated_at", 2016-08-19 23:03:54 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:03:54 UTC], ["updated_at", 2016-08-19 23:03:54 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:03:54 UTC], ["updated_at", 2016-08-19 23:03:54 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:03:54 UTC], ["updated_at", 2016-08-19 23:03:54 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:03:54 UTC], ["updated_at", 2016-08-19 23:03:54 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (116.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (108.2ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (92.5ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (83.0ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (124.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.5ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.6ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.6ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.6ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.6ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:41 UTC], ["updated_at", 2016-08-19 23:04:41 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."quizzes_level_id" = 1 OR "quizzes_questions"."quizzes_level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:04:42 UTC], ["updated_at", 2016-08-19 23:04:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 23:04:43 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:04:43 UTC], ["updated_at", 2016-08-19 23:04:43 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."quizzes_question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (106.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (97.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateQuizzesLevels (20160816202207)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202207"]]  (98.7ms) commit transaction Migrating to CreateQuizzesQuestions (20160816211615)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "quizzes_level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (0.2ms) CREATE INDEX "index_quizzes_questions_on_quizzes_level_id" ON "quizzes_questions" ("quizzes_level_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211615"]]  (96.6ms) commit transaction Migrating to CreateQuizzesAnswers (20160816211838)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "quizzes_question_id" integer, "correct" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_quizzes_answers_on_quizzes_question_id" ON "quizzes_answers" ("quizzes_question_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211838"]]  (96.0ms) commit transaction Migrating to CreateQuizzesUsers (20160816212850)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "points" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816212850"]]  (97.2ms) commit transaction Migrating to CreateQuizzesGames (20160816213545)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_games" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "quizzes_user_id" integer, "quizzes_level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_games_on_quizzes_user_id" ON "quizzes_games" ("quizzes_user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_games_on_quizzes_level_id" ON "quizzes_games" ("quizzes_level_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213545"]]  (78.0ms) commit transaction Migrating to CreateQuizzesGameQuestions (20160816213825)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_game_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "quizzes_game_id" integer, "quizzes_question_id" integer, "seed_to_shuffle_answers" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_quizzes_game_id" ON "quizzes_game_questions" ("quizzes_game_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_quizzes_question_id" ON "quizzes_game_questions" ("quizzes_question_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213825"]]  (124.1ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", 2016-08-19 23:05:43 UTC], ["updated_at", 2016-08-19 23:05:43 UTC]]  (234.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_answers_on_quizzes_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_answers_on_quizzes_question_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_question_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_level_id' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_questions_on_quizzes_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_questions_on_quizzes_level_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (99.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.3ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.4ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (116.2ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (116.5ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (108.1ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (116.3ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:07:16 UTC], ["updated_at", 2016-08-19 23:07:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 23:07:17 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."quizzes_level_id" = 1 OR "quizzes_questions"."quizzes_level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.4ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:07:17 UTC], ["updated_at", 2016-08-19 23:07:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:07:18 UTC], ["updated_at", 2016-08-19 23:07:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."quizzes_question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (107.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (105.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateQuizzesLevels (20160816202207)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202207"]]  (107.4ms) commit transaction Migrating to CreateQuizzesQuestions (20160816211615)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "quizzes_level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (0.2ms) CREATE INDEX "index_quizzes_questions_on_quizzes_level_id" ON "quizzes_questions" ("quizzes_level_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211615"]]  (104.0ms) commit transaction Migrating to CreateQuizzesAnswers (20160816211838)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "quizzes_question_id" integer, "correct" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_answers_on_quizzes_question_id" ON "quizzes_answers" ("quizzes_question_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211838"]]  (105.6ms) commit transaction Migrating to CreateQuizzesUsers (20160816212850)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "points" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816212850"]]  (105.4ms) commit transaction Migrating to CreateQuizzesGames (20160816213545)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_games" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "quizzes_user_id" integer, "quizzes_level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_games_on_quizzes_user_id" ON "quizzes_games" ("quizzes_user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_games_on_quizzes_level_id" ON "quizzes_games" ("quizzes_level_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213545"]]  (103.0ms) commit transaction Migrating to CreateQuizzesGameQuestions (20160816213825)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_game_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "quizzes_game_id" integer, "quizzes_question_id" integer, "seed_to_shuffle_answers" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_quizzes_game_id" ON "quizzes_game_questions" ("quizzes_game_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_quizzes_question_id" ON "quizzes_game_questions" ("quizzes_question_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213825"]]  (78.0ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", 2016-08-19 23:09:07 UTC], ["updated_at", 2016-08-19 23:09:07 UTC]]  (97.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_answers_on_quizzes_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_answers_on_quizzes_question_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_question_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_level_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_questions_on_quizzes_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_questions_on_quizzes_level_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (101.1ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.0ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.3ms) DELETE FROM "quizzes_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (116.4ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (108.0ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (124.8ms) DELETE FROM "quizzes_games";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (133.2ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.2ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.6ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.3ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."quizzes_level_id" = 1 OR "quizzes_questions"."quizzes_level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.5ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:10:27 UTC], ["updated_at", 2016-08-19 23:10:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."quizzes_level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."quizzes_question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:10:28 UTC], ["updated_at", 2016-08-19 23:10:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["quizzes_question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "quizzes_question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["quizzes_question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("quizzes_user_id", "quizzes_level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["quizzes_user_id", 1], ["quizzes_level_id", 1], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 23:10:29 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:10:29 UTC], ["updated_at", 2016-08-19 23:10:29 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (107.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (81.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateQuizzesLevels (20160816202207)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202207"]]  (77.4ms) commit transaction Migrating to CreateQuizzesQuestions (20160816211615)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "quizzes_level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (0.2ms) CREATE INDEX "index_quizzes_questions_on_quizzes_level_id" ON "quizzes_questions" ("quizzes_level_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211615"]]  (87.5ms) commit transaction Migrating to CreateQuizzesAnswers (20160816211838)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "quizzes_question_id" integer, "correct" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_answers_on_quizzes_question_id" ON "quizzes_answers" ("quizzes_question_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211838"]]  (112.6ms) commit transaction Migrating to CreateQuizzesUsers (20160816212850)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "points" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816212850"]]  (97.2ms) commit transaction Migrating to CreateQuizzesGames (20160816213545)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_games" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "quizzes_user_id" integer, "quizzes_level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_games_on_quizzes_user_id" ON "quizzes_games" ("quizzes_user_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_games_on_quizzes_level_id" ON "quizzes_games" ("quizzes_level_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213545"]]  (94.8ms) commit transaction Migrating to CreateQuizzesGameQuestions (20160816213825)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_game_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "quizzes_game_id" integer, "quizzes_question_id" integer, "seed_to_shuffle_answers" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_quizzes_game_id" ON "quizzes_game_questions" ("quizzes_game_id")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_quizzes_question_id" ON "quizzes_game_questions" ("quizzes_question_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213825"]]  (102.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", 2016-08-19 23:13:33 UTC], ["updated_at", 2016-08-19 23:13:33 UTC]]  (131.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_answers_on_quizzes_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_answers_on_quizzes_question_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_question_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_quizzes_game_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_level_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_quizzes_user_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_questions_on_quizzes_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_questions_on_quizzes_level_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (131.0ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (124.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (74.6ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (83.0ms) DELETE FROM "quizzes_answers";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (91.3ms) DELETE FROM "quizzes_users";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.6ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (91.3ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:13:39 UTC], ["updated_at", 2016-08-19 23:13:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:13:39 UTC], ["updated_at", 2016-08-19 23:13:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:13:39 UTC], ["updated_at", 2016-08-19 23:13:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:13:39 UTC], ["updated_at", 2016-08-19 23:13:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:13:39 UTC], ["updated_at", 2016-08-19 23:13:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:13:39 UTC], ["updated_at", 2016-08-19 23:13:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:13:39 UTC], ["updated_at", 2016-08-19 23:13:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:13:39 UTC], ["updated_at", 2016-08-19 23:13:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:13:39 UTC], ["updated_at", 2016-08-19 23:13:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:13:39 UTC], ["updated_at", 2016-08-19 23:13:39 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:13:39 UTC], ["updated_at", 2016-08-19 23:13:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:13:39 UTC], ["updated_at", 2016-08-19 23:13:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 23:13:39 UTC], ["updated_at", 2016-08-19 23:13:39 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 23:13:39 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:13:39 UTC], ["updated_at", 2016-08-19 23:13:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:13:39 UTC], ["updated_at", 2016-08-19 23:13:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (100.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (131.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateQuizzesLevels (20160816202207)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_levels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number_of_questions" integer, "name" varchar, "code" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816202207"]]  (83.9ms) commit transaction Migrating to CreateQuizzesQuestions (20160816211615)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (0.2ms) CREATE INDEX "index_quizzes_questions_on_level_id" ON "quizzes_questions" ("level_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211615"]]  (113.0ms) commit transaction Migrating to CreateQuizzesAnswers (20160816211838)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar, "question_id" integer, "correct" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_quizzes_answers_on_question_id" ON "quizzes_answers" ("question_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816211838"]]  (96.4ms) commit transaction Migrating to CreateQuizzesUsers (20160816212850)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "quizzes_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "points" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816212850"]]  (97.0ms) commit transaction Migrating to CreateQuizzesGames (20160816213545)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_games" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "level_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_quizzes_games_on_user_id" ON "quizzes_games" ("user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_user_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_games_on_level_id" ON "quizzes_games" ("level_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213545"]]  (86.8ms) commit transaction Migrating to CreateQuizzesGameQuestions (20160816213825)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "quizzes_game_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "game_id" integer, "question_id" integer, "seed_to_shuffle_answers" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE INDEX "index_quizzes_game_questions_on_game_id" ON "quizzes_game_questions" ("game_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_game_id' AND type='index'   (0.2ms) CREATE INDEX "index_quizzes_game_questions_on_question_id" ON "quizzes_game_questions" ("question_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160816213825"]]  (103.5ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", 2016-08-19 23:21:12 UTC], ["updated_at", 2016-08-19 23:21:12 UTC]]  (81.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_answers_on_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_answers_on_question_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_question_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_question_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_game_questions_on_game_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_game_questions_on_game_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_level_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_games_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_games_on_user_id' AND type='index'   (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_quizzes_questions_on_level_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_quizzes_questions_on_level_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (87.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (92.4ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.8ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.8ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.6ms) DELETE FROM "quizzes_game_questions";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:21:19 UTC], ["updated_at", 2016-08-19 23:21:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (6.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:20 UTC], ["updated_at", 2016-08-19 23:21:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 23:21:21 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:21:21 UTC], ["updated_at", 2016-08-19 23:21:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (100.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (92.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (91.2ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (82.9ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.9ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (82.9ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (116.4ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.2ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.6ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:57 UTC], ["updated_at", 2016-08-19 23:26:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 23:26:58 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:58 UTC], ["updated_at", 2016-08-19 23:26:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:26:59 UTC], ["updated_at", 2016-08-19 23:26:59 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (98.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.4ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.6ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.8ms) DELETE FROM "quizzes_answers";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.5ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 23:33:15 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:15 UTC], ["updated_at", 2016-08-19 23:33:15 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:33:16 UTC], ["updated_at", 2016-08-19 23:33:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (86.8ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (149.8ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.7ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (83.0ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (83.0ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (108.2ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.7ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:21 UTC], ["updated_at", 2016-08-19 23:33:21 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-19 23:33:22 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:22 UTC], ["updated_at", 2016-08-19 23:33:22 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (2.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-19 23:33:23 UTC], ["updated_at", 2016-08-19 23:33:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (171.3ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (116.3ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (116.5ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (91.4ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.8ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (91.4ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:09 UTC], ["updated_at", 2016-08-20 02:10:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-20 02:10:10 UTC], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:10:10 UTC], ["updated_at", 2016-08-20 02:10:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 02:10:11 UTC], ["updated_at", 2016-08-20 02:10:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (107.7ms) DELETE FROM "ar_internal_metadata";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (91.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (83.0ms) DELETE FROM "quizzes_questions";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (108.3ms) DELETE FROM "quizzes_answers";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (91.7ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.7ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (83.0ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.4ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.5ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:47 UTC], ["updated_at", 2016-08-20 02:28:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.4ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:48 UTC], ["updated_at", 2016-08-20 02:28:48 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-20 02:28:49 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:28:49 UTC], ["updated_at", 2016-08-20 02:28:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.1ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (93.5ms) DELETE FROM "ar_internal_metadata";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';  (99.5ms) DELETE FROM "quizzes_levels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_levels';  (99.7ms) DELETE FROM "quizzes_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_questions';  (99.6ms) DELETE FROM "quizzes_answers";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_answers';  (99.6ms) DELETE FROM "quizzes_users";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_users';  (99.6ms) DELETE FROM "quizzes_games";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'quizzes_games';  (99.7ms) DELETE FROM "quizzes_game_questions";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'quizzes_game_questions';  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Quizzes::Level Load (0.2ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.2ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.3ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (6.6ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" Quizzes::Answer Load (0.1ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (2.5ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? LIMIT ? [["user_id", 1], ["LIMIT", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" INNER JOIN "quizzes_game_questions" ON "quizzes_questions"."id" = "quizzes_game_questions"."question_id" INNER JOIN "quizzes_games" ON "quizzes_game_questions"."game_id" = "quizzes_games"."id" WHERE "quizzes_games"."user_id" = ? [["user_id", 1]] Quizzes::Question Load (0.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (2.2ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) UPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ? [["text", "an arbitrary value"], ["updated_at", 2016-08-20 02:40:05 UTC], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "an arbitrary value"], ["LIMIT", 1]] Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? [["question_id", 1]] Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]] Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ? [["question_id", 1], ["correct", true], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:05 UTC], ["updated_at", 2016-08-20 02:40:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.0ms) SELECT COUNT(*) FROM "quizzes_questions"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)  (0.1ms) SELECT COUNT(*) FROM "quizzes_questions" Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.3ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)  (0.7ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.2ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question of level Hard"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["text", "Question of level Hard"], ["level_id", 1], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Question Load (0.0ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Quizzes::Level Load (0.0ms) SELECT "quizzes_levels".* FROM "quizzes_levels" Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count [["LIMIT", 10]] Quizzes::Question Load (0.1ms) SELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ? [["LIMIT", 10]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 1"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 2], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 3"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 3"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 3], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 4"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 4"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 5"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 5"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 5], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 6"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 6"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (2.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 6], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 7"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 7"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 7], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 8"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 8"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 8], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 8], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 9"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 9"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 9], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 9], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 10"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 10"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 10], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 11"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 11"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 11], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 11], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 12"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 12"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 12], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 12], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 13"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 13"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 13], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 14"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 14"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 15"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 15"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 15], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 16"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 16"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 16], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 17"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 17"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 17], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 17], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 18"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 18"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 18], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 19"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 19"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 19], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 20"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 20"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 3"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["text", "Answer - 4"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["number_of_questions", 15], ["name", "Hard"], ["code", "1"], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 SQL (0.1ms) INSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction